type github.com/jackc/pgx/v5/pgtype.encodePlanBoxCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		box.go#L84: 		return encodePlanBoxCodecText{}
		box.go#L109: type encodePlanBoxCodecText struct{}
		box.go#L111: func (encodePlanBoxCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {